Instructions for adding the receptionist info contained in ambientpedmodelsets.meta ...

** This file will make one specific ped spawn at the receptionist desk, and she will spawn with
different clothes each time. **

Search in OpenIV or CodeWalker for ambientpedmodelsets.  Choose the one in this path ...

mods/update/update.rpf/common/data/ai

... if you DO NOT already have other edits to the file, just replace the file with the included ambientpedmodelsets.meta file.

... if you DO have other edits to the file and you do not want them overwritten, then you will need to copy and paste
the info below into your ambientpedmodelsets.meta ... You will also need to remove A_F_Y_Genhot_01 from the section
named CANT_SIT_DOWN that is further down in the ambientpedmodelsets.meta.

<Item type="CAmbientModelSet">
      <Name>chonkie</Name>
      <Models>
        <Item>
          <Name>A_F_Y_Genhot_01</Name>
          <Variations type="CAmbientPedModelVariations">
            <CompRestrictions>
              <Item>
                <Component>PV_COMP_HEAD</Component>
                <DrawableIndex value="0" />
                <Restriction>MustUse</Restriction>
              </Item>
              <Item>
                <Component>PV_COMP_HAIR</Component>
                <DrawableIndex value="0" />
                <TextureIndex value="0" />
                <Restriction>MustUse</Restriction>
              </Item>
            </CompRestrictions>
            <PropRestrictions/>
            <LoadOut />
          </Variations>
          <Probability value="1.000000" />
        </Item>
      </Models>
    </Item>